home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_187.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  421 b   |  9 lines

  1. on mouseUp
  2.   global clips, km, clips1, clips2, clip_directory
  3.   set clip_directory to "6"
  4.   set clips1 to ["alls20", "c2panel", "las017", "c23nov97", "c2dblast", "c3cme6z", "chjan98", "twist3", "c2_erupt", "lasc3jan"]
  5.   set clips2 to ["eitrndif", "eit022", "mdisolqu", "eit026", "spark3z", "4panelqu", "lascoc2", EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY]
  6.   set clips to clips1
  7.   go("newsun_" & clip_directory)
  8. end
  9.